TABLE OF CONTENTS
areaclass/--background--
areaclass/AREA_Min(Width|Height)
areaclass/AREA_AreaBox
top areaclass/--background--
NAME
Class: areaclass
Superclass: baseclass
Include File:
FUNCTION
To provide an area for graphics rendered by the application.
Objects from this class will send the following attribute pairs
in their notification events:
GA_ID - Gadget object ID.
NOTES
A message is sent when the area needs refreshing. If this happens,
twice, two messages are sent. Therefore you should only set a flag
when receiving the object's ID and render outside the WM_HANDLEIDCMP
loop.
top areaclass/AREA_Min(Width|Height)
NAME
AREA_MinWidth, AREA_MinHeight -- ( ULONG )
FUNCTION
Set the minimal size of the area. If any of these is zero or omitted
the object will fail to create.
DEFAULT
None.
APPLICABILITY
(I).
top areaclass/AREA_AreaBox
NAME
AREA_AreaBox -- ( struct IBox * )
FUNCTION
Get the box in which the area must be drawn. This will change when the
window is resized.
APPLICABILITY
(G).